home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / editors / b_ed103 / edit.doc < prev   
Text File  |  1987-03-16  |  4KB  |  85 lines

  1.                                    EDIT v1.03
  2.                                    ----------
  3.                       A user supported full screen editor
  4.                       -----------------------------------
  5.                       Copyright (c) 1987 by Bruce P Olsen
  6.  
  7.  
  8. EDIT is user supported software.  You are licenced to use it freely as long as
  9. you don't sell it to anyone.  Clubs distributing it may charge only a nominal
  10. copy fee for the diskette.  Feel free to post it on bulletin boards.  You are
  11. welcome to support the software by sending suggestions or an appropriate
  12. monetary contribution ($10.00 suggested) to:
  13.  
  14.         Bruce P. Olsen
  15.         1811 First AV N
  16.         Seattle, WA  98109
  17.  
  18.  
  19. EDIT is a full screen programming editor for IBM PC or PC Compatibles with
  20. color or monochrome displays.  It uses a similar set of keyboard commands
  21. to WordStar (tm MicroPro).  To edit a file, type:
  22.  
  23.         EDIT ufn.typ
  24.  
  25. If no file name is included on the command line, you will be prompted for one.
  26.  
  27. One feature of EDIT that is unusual is that it block copies or block moves to
  28. the line following the cursor.  The reason is that each line is treated as a
  29. single character string.  For the same reason, block marks apply to an entire
  30. line.  Otherwise, it behaves much like one would intuitively expect.
  31.  
  32. The current version makes better use of the function keys.  In addition to F7
  33. and F8 for block begin and end, F2 centers text on the screen, F1, F3 and F4
  34. save and abandon text.  F9 and F10 can be used for to go to the beginning and
  35. end of text.  The use of the keypad has also been improved.  See the key
  36. commands below for details.
  37.                                EDIT Key Commands
  38.  
  39.  Single Key Commands               Two Key Commands
  40.  ====================================================================
  41.  ^A       Left Word                ^O^C     Center Line
  42.  ^{left}  Left Word                F2       Center Line
  43.  ^S       Left Character           ^O^K     Change Case
  44.  {left}   Left Character           ^O^I     Goto Column
  45.  ^D       Right Character          ^O^N     Goto Line
  46.  {right}  Right Character          ^Q^S     To left on line
  47.  ^F       Right Word               {home}   To left on line
  48.  ^{right} Right Word               ^Q^D     To right on line
  49.  ^E       Up Line                  {end}    To right on line
  50.  {up}     Up Line                  ^Q^J     Jump to marker
  51.  ^X       Down Line                ^Q^I     Toggle auto indent mode
  52.  {down}   Down Line                ^Q^R     To top of File
  53.  ^R       Up Page                  ^Q^C     To end of File
  54.  {PgUp}   Up Page                  ^Q^B     To begin of Block
  55.  ^C       Down Page                ^Q^K     To end of Block
  56.  {PgDn}   Down Page                ^Q 1     Jump to Marker 1
  57.  ^W       Scroll Up                ^Q 2     Jump to Marker 2
  58.  ^{PgUp}  Scroll Up                ....     ....
  59.  ^Z       Scroll Down              ^Q 9     Jump to Marker 9
  60.  ^{PgDn}  Scroll Down              ^Q^Y     Delete Line Right
  61.  RETURN   New Line                 ^Q^F     Find Pattern
  62.  ^N       Insert Line              ^Q^A     Find and Replace
  63.  ^G       Delete Character         ^K^S     Save File & Resume
  64.  Del      Delete Character         ^K^D     Save & Open file
  65.  BKSP     Delete Left Character    F3       Save & Open file
  66.  ^I       Tab                      ^K^X     Exit to DOS
  67.  ^T       Delete Word              F1       Exit to DOS
  68.  ^Y       Delete Line              ^K^Q     Abandon & open file
  69.  ^B       Reformat Paragraph       F4       Abandon & open file
  70.  ^V       Toggle Insert Mode       ^K 1     Set Marker 1
  71.  Ins      Toggle Insert Mode       ^K 2     Set Marker 2
  72.  ^L       Find Next Occurrence     ....     ....
  73.  ^J       Beginning/End of line    ^K 9     Set Marker 9
  74.  ^P       Insert Char by ASCII     ^K^B     Begin Block
  75.  ESC      Undo last change         F7       Begin Block
  76.                                    ^K^K     End Block
  77.                                    F8       End Block
  78.                                    ^K^H     Hide Block
  79.                                    ^K^C     Copy Block
  80.                                    ^K^V     Move Block
  81.                                    ^K^Y     Delete Block
  82.                                    ^K^W     Write Block
  83.                                    ^K^R     Read block
  84.                                    ^K^M     Set marker
  85.